Set tab index

Use setTabIndex() method

	obj.setTabIndex(1); 

Press 'tab' or 'Shift-tab' to jump to the next control

Back to control examples, all examples